home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / grafica / amhelios / resource.h < prev    next >
C/C++ Source or Header  |  1999-01-01  |  7KB  |  173 lines

  1. ////////////////////////////////////////////////////////////
  2. //
  3. //  RESOURCE.H - HELIOS.RC Include File
  4. //
  5. //  Version:    1.03A
  6. //
  7. //  History:    94/08/23 - Version 1.00A release.
  8. //              94/09/23 - Added IDC_NUMSETEP, IDC_CONVERGE,
  9. //                         IDC_ELAPSED, IDC_MAXSTEP and
  10. //                         IDC_MINSTOP definitions.
  11. //              94/09/27 - Added IDC_UPDATE definition.
  12. //              94/10/02 - Added IDD_UPD_DISPLAY definition.
  13. //              94/10/12 - Added IDC_INTENS and
  14. //                         IDC_INTENS_EN definitions.
  15. //              94/11/29 - Added IDC_COLRES_8 and
  16. //                         IDC_COLRES_24 definitions.
  17. //              94/12/04 - Added IDC_RENDERMSG definition.
  18. //              94/12/08 - Added IDM_HELP_CONTENTS,
  19. //                         IDM_HELP_HELP, IDM_HELP_BOOK,
  20. //                         IDC_HELP_SETCAMERA,
  21. //                         IDC_HELP_SETVIEW,
  22. //                         IDC_HELP_SETCONVERGE,
  23. //                         IDC_HELP_SETDISPLAY, and
  24. //                         IDC_HELP_SETDIR definitions.
  25. //              94/12/16 - Version 1.01A release.
  26. //              94/12/24 - Added IDC_PERSPECT, IDC_SCALE,
  27. //                         and IDC_PARALLEL definitions.
  28. //              95/02/05 - Version 1.02A release.
  29. //              95/03/26 - Added IDC_MAXPASS, IDC_NUMPASS,
  30. //                         IDC_HELP_SETCOLOR, IDM_SETCOLOR,
  31. //                         IDC_FILTERSEL and IDC_FILTERTYPE
  32. //                         definitions.
  33. //                       - Deleted IDC_RENDERMSG definition.
  34. //              95/07/21 - Version 1.02B release.
  35. //              96/02/14 - Version 1.02C release.
  36. //              96/03/30 - Added IDC_NUM_INSTANCES,
  37. //                         IDC_NUM_SURFACES,
  38. //                         IDC_NUM_PATCHES,
  39. //                         IDC_NUM_ELEMENTS,
  40. //                         IDC_NUM_VERTICES, IDC_CAMTILT,
  41. //                         IDM_DEFVIEW, IDM_SETDOLLY,
  42. //                         IDM_SETORBIT, IDM_SETPAN,
  43. //                         IDM_SETROTATE, IDM_SETTILT,
  44. //                         IDM_SETZOOM, IDC_FOCUS_X,
  45. //                         IDC_FOCUS_Y, IDC_FOCUS_Z,
  46. //                         IDM_STATISTICS, MENU_CAMERA_POS
  47. //                         and MENU_INTERACTIVE_POS
  48. //                         definitions.
  49. //                       - Deleted IDC_VDVH, IDC_VDVV,
  50. //                         IDC_VUPH and IDC_VUPV
  51. //                         definitions.
  52. //                       - Changed IDC_XPOS, IDC_YPOS and
  53. //                         IDC_ZPOS definitions to
  54. //                         IDC_EYE_X, IDC_EYE_Y and
  55. //                         IDC_EYE_Z.
  56. //              96/04/01 - Version 1.03A release.
  57. //
  58. //  Compilers:  Microsoft Visual C/C++ Professional V1.5
  59. //              Borland C++ Version 4.5
  60. //
  61. //  Author:     Ian Ashdown, P.Eng.
  62. //              byHeart Software Limited
  63. //              620 Ballantree Road
  64. //              West Vancouver, B.C.
  65. //              Canada V7S 1W3
  66. //              Tel. (604) 922-6148
  67. //              Fax. (604) 987-7621
  68. //
  69. //  Copyright 1994-1996 byHeart Software Limited
  70. //
  71. //  The following source code has been derived from:
  72. //
  73. //    Ashdown, I. 1994. Radiosity: A Programmer's
  74. //    Perspective. New York, NY: John Wiley & Sons.
  75. //
  76. //  It may be freely copied, redistributed, and/or modified
  77. //  for personal use ONLY, as long as the copyright notice
  78. //  is included with all source code files.
  79. //
  80. ////////////////////////////////////////////////////////////
  81.  
  82. #ifndef _RESOURCE_H
  83. #define _RESOURCE_H
  84.  
  85. // Menu position indices
  86. #define MENU_CAMERA_POS         1       // Camera
  87. #define MENU_INTERACTIVE_POS    5       // Interactive
  88.  
  89. #define IDM_FILEOPEN            100
  90. #define IDM_SAVEAS              101
  91. #define IDM_EXIT                102
  92. #define IDM_DIRECTORY           103
  93. #define IDM_STATISTICS          104
  94. #define IDM_SETCAMERA           105
  95. #define IDM_SETVIEW             106
  96. #define IDM_SETDOLLY            107
  97. #define IDM_SETORBIT            108
  98. #define IDM_SETPAN              109
  99. #define IDM_SETROTATE           110
  100. #define IDM_SETTILT             111
  101. #define IDM_SETZOOM             112
  102. #define IDM_DEFVIEW             113
  103. #define IDM_WIREFRAME           114
  104. #define IDM_SHADED              115
  105. #define IDM_RENDER              116
  106. #define IDM_REDISPLAY           117
  107. #define IDM_SETCOLOR            118
  108. #define IDM_SETCONVERGE         119
  109. #define IDM_SETDISPLAY          120
  110. #define IDM_HELP_CONTENTS       121
  111. #define IDM_HELP_HELP           122
  112. #define IDM_HELP_BOOK           123
  113. #define IDM_ABOUT               124
  114. #define IDC_STATIC              -1
  115. #define IDC_EYE_X               1000
  116. #define IDC_EYE_Y               1001
  117. #define IDC_EYE_Z               1002
  118. #define IDC_FOCUS_X             1003
  119. #define IDC_FOCUS_Y             1004
  120. #define IDC_FOCUS_Z             1005
  121. #define IDC_VDIST               1006
  122. #define IDC_FDIST               1007
  123. #define IDC_BDIST               1008
  124. #define IDC_HPIXSZ              1009
  125. #define IDC_VPIXSZ              1010
  126. #define IDC_CAMTILT             1011
  127. #define IDC_PERSPECT            1012
  128. #define IDC_PARALLEL            1013
  129. #define IDC_SCALE               1014
  130. #define IDC_ENTITY              1015
  131. #define IDC_GAMMA               1016
  132. #define IDC_GAMMA_EN            1017
  133. #define IDC_JITTER              1018
  134. #define IDC_JITTER_EN           1019
  135. #define IDC_MSTEP               1020
  136. #define IDC_STOPC               1021
  137. #define IDC_AMBIENT_EN          1022
  138. #define IDC_OVER_EN             1023
  139. #define IDC_RGB                 1024
  140. #define IDC_MONO                1025
  141. #define IDC_PSEUDO              1026
  142. #define IDC_NUMSTEP             1027
  143. #define IDC_CONVERGE            1028
  144. #define IDC_ELAPSED             1029
  145. #define IDC_MAXSTEP             1030
  146. #define IDC_MINSTOP             1031
  147. #define IDC_UPDATE              1032
  148. #define IDC_INTENS              1033
  149. #define IDC_INTENS_EN           1034
  150. #define IDC_CONTRAST            1035
  151. #define IDC_CONTRAST_EN         1036
  152. #define IDC_COLRES_24           1037
  153. #define IDC_COLRES_8            1038
  154. #define IDC_MAXPASS             1039
  155. #define IDC_NUMPASS             1040
  156. #define IDC_FILTERTYPE          1041
  157. #define IDC_FILTERSEL           1042
  158. #define IDC_NUM_INSTANCES       1043
  159. #define IDC_NUM_SURFACES        1044
  160. #define IDC_NUM_PATCHES         1045
  161. #define IDC_NUM_ELEMENTS        1046
  162. #define IDC_NUM_VERTICES        1047
  163. #define IDC_HELP_SETCAMERA      1048
  164. #define IDC_HELP_SETCOLOR       1049
  165. #define IDC_HELP_SETCONVERGE    1050
  166. #define IDC_HELP_SETDIR         1051
  167. #define IDC_HELP_SETDISPLAY     1052
  168. #define IDC_HELP_SETVIEW        1053
  169. #define IDD_UPD_DISPLAY         2000
  170.  
  171. #endif
  172.  
  173.